home *** CD-ROM | disk | FTP | other *** search
/ CD BIT 75 / CD BIT 75.iso / Software / LogOut / disk1 / _SETUP.1 / GCondom7.exe / 0 / RCDATA / TFRCSVEXPORTFORM / TFRCSVEXPORTFORM.txt
Text File  |  2004-10-21  |  2KB  |  121 lines

  1. object frCSVExportForm: TfrCSVExportForm
  2.   Left = 200
  3.   Top = 108
  4.   BorderStyle = bsDialog
  5.   Caption = 'Export options'
  6.   ClientHeight = 166
  7.   ClientWidth = 229
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnCreate = FormCreate
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object GroupBox1: TGroupBox
  17.     Left = 4
  18.     Top = 0
  19.     Width = 221
  20.     Height = 129
  21.     TabOrder = 0
  22.     object Label1: TLabel
  23.       Left = 12
  24.       Top = 72
  25.       Width = 68
  26.       Height = 13
  27.       Caption = 'Scaling factor:'
  28.     end
  29.     object Label2: TLabel
  30.       Left = 112
  31.       Top = 72
  32.       Width = 7
  33.       Height = 13
  34.       Caption = 'X'
  35.     end
  36.     object Label3: TLabel
  37.       Left = 164
  38.       Top = 72
  39.       Width = 7
  40.       Height = 13
  41.       Caption = 'Y'
  42.     end
  43.     object Label4: TLabel
  44.       Left = 12
  45.       Top = 100
  46.       Width = 62
  47.       Height = 13
  48.       Caption = 'CSV delimiter'
  49.       FocusControl = E3
  50.     end
  51.     object CB1: TCheckBox
  52.       Left = 12
  53.       Top = 20
  54.       Width = 201
  55.       Height = 17
  56.       HelpContext = 189
  57.       Caption = 'Kill empty lines'
  58.       State = cbChecked
  59.       TabOrder = 0
  60.     end
  61.     object CB2: TCheckBox
  62.       Left = 12
  63.       Top = 44
  64.       Width = 201
  65.       Height = 17
  66.       HelpContext = 197
  67.       Caption = 'Convert to OEM'
  68.       TabOrder = 1
  69.     end
  70.     object E1: TEdit
  71.       Left = 124
  72.       Top = 68
  73.       Width = 33
  74.       Height = 21
  75.       HelpContext = 266
  76.       TabOrder = 2
  77.       Text = '1'
  78.     end
  79.     object E2: TEdit
  80.       Left = 176
  81.       Top = 68
  82.       Width = 33
  83.       Height = 21
  84.       HelpContext = 243
  85.       TabOrder = 3
  86.       Text = '1'
  87.     end
  88.     object E3: TEdit
  89.       Left = 124
  90.       Top = 96
  91.       Width = 33
  92.       Height = 21
  93.       HelpContext = 276
  94.       TabOrder = 4
  95.       Text = ';'
  96.     end
  97.   end
  98.   object Button1: TButton
  99.     Left = 69
  100.     Top = 137
  101.     Width = 75
  102.     Height = 25
  103.     HelpContext = 40
  104.     Caption = 'OK'
  105.     Default = True
  106.     ModalResult = 1
  107.     TabOrder = 1
  108.   end
  109.   object Button2: TButton
  110.     Left = 149
  111.     Top = 137
  112.     Width = 75
  113.     Height = 25
  114.     HelpContext = 50
  115.     Cancel = True
  116.     Caption = 'Cancel'
  117.     ModalResult = 2
  118.     TabOrder = 2
  119.   end
  120. end
  121.